Extension point validatorsRule
Documentation
A validators rule object is aiming at being responsible of computing the validators of a just published document.
    <validatorsRule
        class="org.nuxeo.ecm.platform.publisher.rules.DefaultValidatorsRule" name="CoreValidatorsRule"/>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.publisher.rules.ValidatorsRuleDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
- 
        <extension point="validatorsRule" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl"> <documentation> Default ValidatorsRule to use: the validators will be principals having manage everything rights in the sections where the document has been published. @author Thomas Roger(troger@nuxeo.com) </documentation> <validatorsRule class="org.nuxeo.ecm.platform.publisher.rules.DefaultValidatorsRule" name="CoreValidatorsRule"/> </extension>